home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / Kyodai Mahjonng / _SETUP.1 / kyodai3.exe / 0 / RCDATA / TKYODAI / TKYODAI.txt < prev   
Text File  |  1997-12-01  |  26KB  |  1,016 lines

  1. object Kyodai: TKyodai
  2.   Left = 192
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Kyodai 3.01 '
  7.   ClientHeight = 418
  8.   ClientWidth = 600
  9.   Font.Color = clBlack
  10.   Font.Height = -15
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = Init
  16.   OnMouseMove = FormMouseMove
  17.   OnMouseUp = ButtonDown
  18.   OnPaint = Peindre
  19.   PixelsPerInch = 96
  20.   TextHeight = 17
  21.   object Game: TPaintBox
  22.     Left = 0
  23.     Top = 70
  24.     Width = 504
  25.     Height = 322
  26.     Align = alClient
  27.     Color = clBlack
  28.     ParentColor = False
  29.   end
  30.   object HofBox: TPaintBox
  31.     Left = 504
  32.     Top = 70
  33.     Width = 96
  34.     Height = 322
  35.     Align = alRight
  36.   end
  37.   object Buffer: TImage
  38.     Left = 32
  39.     Top = 281
  40.     Width = 704
  41.     Height = 468
  42.     Visible = False
  43.   end
  44.   object ImageFond: TImage
  45.     Left = 59
  46.     Top = 308
  47.     Width = 704
  48.     Height = 468
  49.     Enabled = False
  50.     Visible = False
  51.   end
  52.   object Pai: TImage
  53.     Left = 12
  54.     Top = 88
  55.     Width = 414
  56.     Height = 280
  57.     Enabled = False
  58.     Visible = False
  59.   end
  60.   object SmallBuf: TImage
  61.     Left = 440
  62.     Top = 80
  63.     Width = 46
  64.     Height = 56
  65.     Visible = False
  66.   end
  67.   object Hand1: TImage
  68.     Left = 440
  69.     Top = 144
  70.     Width = 32
  71.     Height = 32
  72.     Picture.Data = {<image000.bmp>}
  73.     Visible = False
  74.   end
  75.   object Hand2: TImage
  76.     Left = 440
  77.     Top = 184
  78.     Width = 32
  79.     Height = 32
  80.     AutoSize = True
  81.     Picture.Data = {<image001.bmp>}
  82.     Visible = False
  83.   end
  84.   object HandMask: TImage
  85.     Left = 440
  86.     Top = 224
  87.     Width = 32
  88.     Height = 32
  89.     AutoSize = True
  90.     Picture.Data = {<image002.bmp>}
  91.     Visible = False
  92.   end
  93.   object PaiBuffer: TImage
  94.     Left = 80
  95.     Top = 208
  96.     Width = 370
  97.     Height = 1036
  98.     AutoSize = True
  99.     Visible = False
  100.   end
  101.   object SaveHof: TImage
  102.     Left = 458
  103.     Top = 320
  104.     Width = 20
  105.     Height = 20
  106.     Enabled = False
  107.     Visible = False
  108.   end
  109.   object HofPic: TImage
  110.     Left = 488
  111.     Top = 152
  112.     Width = 49
  113.     Height = 105
  114.     AutoSize = True
  115.     Visible = False
  116.   end
  117.   object Tools: TPanel
  118.     Left = 0
  119.     Top = 0
  120.     Width = 600
  121.     Height = 35
  122.     Align = alTop
  123.     BevelWidth = 2
  124.     Font.Color = clAqua
  125.     Font.Height = -15
  126.     Font.Name = 'Times New Roman'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     TabOrder = 2
  130.     object Bevel7: TShape
  131.       Left = 353
  132.       Top = 6
  133.       Width = 73
  134.       Height = 25
  135.       Brush.Color = clGray
  136.       Pen.Style = psClear
  137.     end
  138.     object ExplorerButton2: TExplorerButton
  139.       Left = 40
  140.       Top = 5
  141.       Width = 49
  142.       Height = 25
  143.       Caption = 'Undo'
  144.       Options = [boPopupMark, boShowBevel]
  145.       Font.Color = clNavy
  146.       Font.Height = -13
  147.       Font.Name = 'Arial'
  148.       Font.Style = [fsBold]
  149.       OnClick = Back
  150.       ParentFont = False
  151.       IBitmap = {}
  152.     end
  153.     object ExplorerButton3: TExplorerButton
  154.       Left = 96
  155.       Top = 5
  156.       Width = 49
  157.       Height = 25
  158.       Caption = 'Hint'
  159.       Options = [boPopupMark, boShowBevel]
  160.       Font.Color = clNavy
  161.       Font.Height = -13
  162.       Font.Name = 'Arial'
  163.       Font.Style = [fsBold]
  164.       OnClick = Hint
  165.       ParentFont = False
  166.       IBitmap = {}
  167.     end
  168.     object HallFameButton: TExplorerButton
  169.       Left = 544
  170.       Top = 5
  171.       Width = 97
  172.       Height = 25
  173.       Caption = 'Hall of Fame'
  174.       Options = [boPopupMark, boShowBevel]
  175.       Font.Color = clMaroon
  176.       Font.Height = -13
  177.       Font.Name = 'Arial'
  178.       Font.Style = [fsBold]
  179.       OnClick = ShowScores
  180.       ParentFont = False
  181.       IBitmap = {}
  182.     end
  183.     object ShuffleButton: TExplorerButton
  184.       Left = 152
  185.       Top = 5
  186.       Width = 57
  187.       Height = 25
  188.       Caption = 'Shuffle'
  189.       Options = [boPopupMark, boShowBevel]
  190.       Font.Color = clNavy
  191.       Font.Height = -13
  192.       Font.Name = 'Arial'
  193.       Font.Style = [fsBold]
  194.       OnClick = Shuffle1Click
  195.       ParentFont = False
  196.       IBitmap = {}
  197.     end
  198.     object ExplorerButton1: TExplorerButton
  199.       Left = 8
  200.       Top = 5
  201.       Width = 25
  202.       Height = 25
  203.       Hint = 'New game'
  204.       Bitmap.Data = {
  205.         4A050000424D4A0500000000000036040000280000000F0000000F0000000100
  206.         0800010000001401000000000000000000000001000000010000000000000000
  207.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  208.         A60031390000EFEFEF000000B50031636300B5B5B5004A949C00A59DFF00ABA3
  209.         FF00AFAAFF00B6B1FF00BDB7FF00C1BEFF00C7C3FF009C94FF00F6B6B600F7BD
  210.         BD00F8C4C400F9CDCD00FAD4D400ADCEFF00B5D6FF00B5CEFF00B5CEF700BDD6
  211.         FF00BDDEFF00C6DEFF00CEDEFF00BDD6F700F5AFAF00A5C6FF00C6D6FF00C6DE
  212.         F700CEE7FF00FBDBDB00D6E7FF00FCE2E200DEEFFF00C6E7FF00D6EFFF00DEE7
  213.         FF00ADCEF70084ADFF006BA5FF007BA5FF0073A5FF00ADE7EF00A5DEEF009CDE
  214.         E7005ABDDE008CCEDE0094D6E700BDEFF700006B1000007329000073FF00FF9C
  215.         3100F79429000084FF0000EFF7006BFFFF0000733900006B2100006308000063
  216.         000084CEE7000073F7009CDEF700007B4A00F78C2900A5E7F700007B9C00CECE
  217.         CE00E7E7E700B5EFFF0094D6EF008CCEEF00EF84290073D6E7007BBDEF00ADDE
  218.         FF0000845A009CD6F70063ADCE0031A5D60094CECE00004A0000528431008CDE
  219.         84008CB573009CDEDE0000846B00E77B2100A5E7E7008CB5B500BD180000ADF7
  220.         F700DE732100C6FFFF00EFFFFF007BC6F7007B7B7B0084CEF7008CD6F700D673
  221.         210094DEFF009CE7FF00ADEFFF00CE6B21007BF7FF00A5E7D6009CD6BD00BDEF
  222.         DE009CFFFF000800E7005AAD8C006BC5F7006BDEDE00C66318007BD6F700008C
  223.         7B0084DEF700BD5A18008CE7F70000B5B500B5521800C18C6B00AD4A10009C39
  224.         1000A59C0000DEE7000000D6FF0000B5FF00A5421000008CFF007B210800008C
  225.         8400009CFF0000EFFF0000948C0000DEFF00943110000094940000C6FF00B5E7
  226.         FF00B5731800A56B18009C631000842908008C5A1000009CA5000085EA007B52
  227.         08006B520800634A0000009CAD00ADAD000000A5BD0000A5B50000A5C6007B18
  228.         080000B55A00FFF77B00A5940000008CDE0008FFFF000094D6009C8C0000F7EF
  229.         7B00009CD60000ADD60000A9CE00009CCE006B080000CEEF1800947B00006308
  230.         0000FFFF73008C730000FFF75A0000B7EF00C6CE2900DE521000DE5A29005A00
  231.         0000846B0000F7FFB500EF6B52007B84A500E7634200EF736B0084A5D600F77B
  232.         7B0094B5DE00CEF74A0094BDEF00524200006B9CBD00F7FF8C0000BDFF00E7FF
  233.         840018C6FF00D6F77300C6E75A00ADDE4A00F7FF9400CE948C007B5A0000DEFF
  234.         6300C6FF2900FF8C940018BDFF000094FF00CEFBA400C6F79400B5EF84009C63
  235.         3100000000000000000000000000000000000000000000000000000000000000
  236.         0000000000000000000000000000000000000000000000000000000000000000
  237.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  238.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00050705000507
  239.         0000000F07070700000707F8F8F80000070707000000000F0707000707F80000
  240.         00F8F8F8000707000000000F0700070700FFFAFFFAFF00F8F800070000000005
  241.         07000700FF0005000005FF00F80007000000000F0007F8FF0000FA02020000FF
  242.         F8F800000000000F000700FA00FA02FA020200FA00F800000000000500FF00FF
  243.         000004FA00060200FF00F8000000000F00FF00FA00FFFAFA02FA00FA00070000
  244.         0000000F00FFF8FF0000FFFFFA0000FFF80700000000000507000700FF000500
  245.         0005FF00070007000000000F0700FF0700FFFAFFFAFF0007070007000000000F
  246.         070700FF07F8000000F80707000707000000000F0707070000FFFFFF07070000
  247.         0707070000000507050005070001}
  248.       Options = [boPopupMark, boShowBevel]
  249.       OnClick = NewGame
  250.       IBitmap = {
  251.         424D060300000000000036000000280000000F0000000F000000010018000000
  252.         0000D002000000000000000000000000000000000000BFBFBFBFBFBFBFBFBFBF
  253.         BFBFBFBFBF000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF
  254.         BFBFBFBFBFBFBFBFBFBFBFBFBFBFBF000000000000BFBFBFBFBFBFFFFFFFFFFF
  255.         FFFFFFFF000000000000BFBFBFBFBFBFBFBFBF000000BFBFBFBFBFBF000000BF
  256.         BFBFBFBFBFFFFFFF000000000000000000FFFFFFFFFFFFFFFFFF000000BFBFBF
  257.         BFBFBFFFFFFFBFBFBF000000BFBFBFBFBFBF000000FFFFFFFFFFFFFFFFFFFFFF
  258.         FFFFFFFF000000FFFFFFFFFFFF000000BFBFBF0000FFBFBFBF000000BFBFBF00
  259.         0000FFFFFF000000000000000000000000000000FFFFFF000000FFFFFF000000
  260.         BFBFBFFFFF00000000BFBFBFFFFFFFFFFFFF000000000000FFFFFF7F7F7F7F7F
  261.         7F000000000000FFFFFFFFFFFFFFFFFF0000000000FF000000BFBFBF000000FF
  262.         FFFF000000FFFFFF7F7F7FFFFFFF7F7F7F7F7F7F000000FFFFFF000000FFFFFF
  263.         0000000000FF000000FFFFFF000000FFFFFF000000FFFFFFFFFFFFFFFFFFFFFF
  264.         FF7F7F7F000000FFFFFF000000FFFFFF0000000000FF000000FFFFFF000000FF
  265.         FFFF000000FFFFFFFFFFFFFFFFFF7F7F7FFFFFFF000000FFFFFF000000BFBFBF
  266.         0000000000FF000000FFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFF
  267.         FF000000000000FFFFFFFFFFFFBFBFBF0000000000FFBFBFBF000000BFBFBF00
  268.         0000FFFFFF000000000000000000000000000000FFFFFF000000BFBFBF000000
  269.         BFBFBFFFFF00BFBFBF000000FFFFFFBFBFBF000000FFFFFFFFFFFFFFFFFFFFFF
  270.         FFFFFFFF000000BFBFBFBFBFBF000000BFBFBF0000BFBFBFBFBFBFBF000000FF
  271.         FFFFBFBFBFFFFFFF000000000000000000FFFFFFBFBFBFBFBFBF000000BFBFBF
  272.         BFBFBFBFBFBFBFBFBFBFBFBFBFBFBF000000000000FFFFFFFFFFFFFFFFFFBFBF
  273.         BFBFBFBF000000000000BFBFBFBFBFBFBFBFBF000000BFBFBFBFBFBFBFBFBFBF
  274.         BFBFBFBFBF000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF
  275.         BFBFBFBFBFBF}
  276.     end
  277.     object PauseButton: TExplorerButton
  278.       Left = 216
  279.       Top = 5
  280.       Width = 65
  281.       Height = 25
  282.       Caption = 'Pause'
  283.       Options = [boPopupMark, boShowBevel]
  284.       Font.Color = clNavy
  285.       Font.Height = -13
  286.       Font.Name = 'Arial'
  287.       Font.Style = [fsBold]
  288.       OnClick = PauseClick
  289.       ParentFont = False
  290.       IBitmap = {}
  291.     end
  292.     object PlayerPanel: TExplorerButton
  293.       Left = 352
  294.       Top = 5
  295.       Width = 73
  296.       Height = 25
  297.       Caption = 'Player1'
  298.       Options = [boPopupMark, boShowBevel]
  299.       UnselectedFontColor = clWhite
  300.       Font.Color = clAqua
  301.       Font.Height = -12
  302.       Font.Name = 'Courier New'
  303.       Font.Style = [fsBold]
  304.       OnClick = ConfigClick
  305.       ParentFont = False
  306.       IBitmap = {}
  307.     end
  308.     object HelpButton: TExplorerButton
  309.       Left = 432
  310.       Top = 5
  311.       Width = 49
  312.       Height = 25
  313.       Caption = 'Help'
  314.       Options = [boPopupMark, boShowBevel]
  315.       Font.Color = clMaroon
  316.       Font.Height = -13
  317.       Font.Name = 'Arial'
  318.       Font.Style = [fsBold]
  319.       OnClick = HelpClick
  320.       ParentFont = False
  321.       IBitmap = {}
  322.     end
  323.     object AboutButton: TExplorerButton
  324.       Left = 488
  325.       Top = 5
  326.       Width = 49
  327.       Height = 25
  328.       Caption = 'About'
  329.       Options = [boPopupMark, boShowBevel]
  330.       Font.Color = clMaroon
  331.       Font.Height = -13
  332.       Font.Name = 'Arial'
  333.       Font.Style = [fsBold]
  334.       OnClick = About1Click
  335.       ParentFont = False
  336.       IBitmap = {}
  337.     end
  338.     object ExitButton: TExplorerButton
  339.       Left = 648
  340.       Top = 5
  341.       Width = 41
  342.       Height = 25
  343.       Caption = 'Exit'
  344.       Options = [boPopupMark, boShowBevel]
  345.       ShadingType = stDark
  346.       Font.Color = clMaroon
  347.       Font.Height = -13
  348.       Font.Name = 'Arial'
  349.       Font.Style = [fsBold]
  350.       OnClick = Exit1Click
  351.       ParentFont = False
  352.       IBitmap = {}
  353.     end
  354.     object Bevel11: TBevel
  355.       Left = 35
  356.       Top = 5
  357.       Width = 2
  358.       Height = 25
  359.     end
  360.     object Bevel1: TBevel
  361.       Left = 91
  362.       Top = 5
  363.       Width = 2
  364.       Height = 25
  365.     end
  366.     object Bevel2: TBevel
  367.       Left = 147
  368.       Top = 5
  369.       Width = 2
  370.       Height = 25
  371.     end
  372.     object Bevel3: TBevel
  373.       Left = 211
  374.       Top = 5
  375.       Width = 2
  376.       Height = 25
  377.     end
  378.     object Bevel4: TBevel
  379.       Left = 283
  380.       Top = 5
  381.       Width = 2
  382.       Height = 25
  383.     end
  384.     object Bevel5: TBevel
  385.       Left = 347
  386.       Top = 5
  387.       Width = 2
  388.       Height = 25
  389.     end
  390.     object Bevel6: TBevel
  391.       Left = 427
  392.       Top = 5
  393.       Width = 2
  394.       Height = 25
  395.     end
  396.     object Bevel8: TBevel
  397.       Left = 643
  398.       Top = 5
  399.       Width = 2
  400.       Height = 25
  401.     end
  402.     object Bevel9: TBevel
  403.       Left = 539
  404.       Top = 5
  405.       Width = 2
  406.       Height = 25
  407.     end
  408.     object Bevel10: TBevel
  409.       Left = 483
  410.       Top = 5
  411.       Width = 2
  412.       Height = 25
  413.     end
  414.     object Bevel12: TBevel
  415.       Left = 691
  416.       Top = 5
  417.       Width = 2
  418.       Height = 25
  419.     end
  420.     object IRC: TComboBox
  421.       Left = 696
  422.       Top = 5
  423.       Width = 57
  424.       Height = 25
  425.       Font.Color = clBlack
  426.       Font.Height = -15
  427.       Font.Name = 'Times New Roman'
  428.       Font.Style = []
  429.       ItemHeight = 17
  430.       ParentFont = False
  431.       TabOrder = 0
  432.       Visible = False
  433.       OnKeyUp = PInput2KeyUp
  434.     end
  435.   end
  436.   object LigneStatus: TStatusBar
  437.     Left = 0
  438.     Top = 392
  439.     Width = 600
  440.     Height = 26
  441.     Font.Color = clBlack
  442.     Font.Height = -13
  443.     Font.Name = 'Arial'
  444.     Font.Style = [fsBold]
  445.     Panels = <
  446.       item
  447.         Alignment = taCenter
  448.         Bevel = pbNone
  449.         Text = 'Tiles left'
  450.         Width = 70
  451.       end
  452.       item
  453.         Alignment = taCenter
  454.         Width = 45
  455.       end
  456.       item
  457.         Alignment = taCenter
  458.         Bevel = pbNone
  459.         Text = 'Moves left'
  460.         Width = 80
  461.       end
  462.       item
  463.         Alignment = taCenter
  464.         Width = 35
  465.       end
  466.       item
  467.         Alignment = taCenter
  468.         Bevel = pbNone
  469.         Text = 'Time'
  470.         Width = 50
  471.       end
  472.       item
  473.         Alignment = taCenter
  474.         Width = 50
  475.       end
  476.       item
  477.         Alignment = taCenter
  478.         Bevel = pbNone
  479.         Text = 'Status'
  480.         Width = 55
  481.       end
  482.       item
  483.         Width = 50
  484.       end>
  485.     ParentFont = False
  486.     SimplePanel = False
  487.     SizeGrip = False
  488.   end
  489.   object Media: TMediaPlayer
  490.     Left = 288
  491.     Top = 5
  492.     Width = 57
  493.     Height = 25
  494.     EnabledButtons = [btPlay, btPause]
  495.     VisibleButtons = [btPlay, btPause]
  496.     AutoEnable = False
  497.     AutoOpen = True
  498.     DeviceType = dtSequencer
  499.     FileName = 'ferral.mid'
  500.     ParentShowHint = False
  501.     ShowHint = False
  502.     TabOrder = 0
  503.     OnNotify = MediaNotify
  504.   end
  505.   object EditorPanel: TPanel
  506.     Left = 0
  507.     Top = 35
  508.     Width = 600
  509.     Height = 35
  510.     Align = alTop
  511.     BevelWidth = 2
  512.     Font.Color = clTeal
  513.     Font.Height = -15
  514.     Font.Name = 'Times New Roman'
  515.     Font.Style = [fsBold]
  516.     ParentFont = False
  517.     TabOrder = 3
  518.     Visible = False
  519.     object Level1: TExplorerButton
  520.       Left = 56
  521.       Top = 5
  522.       Width = 25
  523.       Height = 25
  524.       AllowAllUp = True
  525.       Caption = '1'
  526.       GroupIndex = 1
  527.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  528.       UnselectedFontColor = clBlack
  529.       OnClick = Level1Click
  530.       IBitmap = {}
  531.     end
  532.     object Level2: TExplorerButton
  533.       Left = 80
  534.       Top = 5
  535.       Width = 25
  536.       Height = 25
  537.       AllowAllUp = True
  538.       Caption = '2'
  539.       GroupIndex = 1
  540.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  541.       UnselectedFontColor = clBlack
  542.       OnClick = Level1Click
  543.       IBitmap = {}
  544.     end
  545.     object Level3: TExplorerButton
  546.       Left = 104
  547.       Top = 5
  548.       Width = 25
  549.       Height = 25
  550.       AllowAllUp = True
  551.       Caption = '3'
  552.       GroupIndex = 1
  553.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  554.       UnselectedFontColor = clBlack
  555.       OnClick = Level1Click
  556.       IBitmap = {}
  557.     end
  558.     object Level4: TExplorerButton
  559.       Left = 128
  560.       Top = 5
  561.       Width = 25
  562.       Height = 25
  563.       AllowAllUp = True
  564.       Caption = '4'
  565.       GroupIndex = 1
  566.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  567.       UnselectedFontColor = clBlack
  568.       OnClick = Level1Click
  569.       IBitmap = {}
  570.     end
  571.     object Level5: TExplorerButton
  572.       Left = 152
  573.       Top = 5
  574.       Width = 25
  575.       Height = 25
  576.       AllowAllUp = True
  577.       Caption = '5'
  578.       GroupIndex = 1
  579.       Down = True
  580.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  581.       UnselectedFontColor = clBlack
  582.       OnClick = Level1Click
  583.       IBitmap = {}
  584.     end
  585.     object Label1: TLabel
  586.       Left = 312
  587.       Top = 9
  588.       Width = 87
  589.       Height = 17
  590.       Caption = 'Layout Name'
  591.       Font.Color = clMaroon
  592.       Font.Height = -15
  593.       Font.Name = 'Times New Roman'
  594.       Font.Style = [fsBold]
  595.       ParentFont = False
  596.     end
  597.     object Label2: TLabel
  598.       Left = 8
  599.       Top = 9
  600.       Width = 38
  601.       Height = 17
  602.       Caption = 'Level'
  603.       Font.Color = clMaroon
  604.       Font.Height = -15
  605.       Font.Name = 'Times New Roman'
  606.       Font.Style = [fsBold]
  607.       ParentFont = False
  608.     end
  609.     object Label3: TLabel
  610.       Left = 192
  611.       Top = 9
  612.       Width = 58
  613.       Height = 17
  614.       Caption = 'Tiles left'
  615.       Font.Color = clMaroon
  616.       Font.Height = -15
  617.       Font.Name = 'Times New Roman'
  618.       Font.Style = [fsBold]
  619.       ParentFont = False
  620.     end
  621.     object Label4: TLabel
  622.       Left = 258
  623.       Top = 9
  624.       Width = 8
  625.       Height = 17
  626.       Caption = '0'
  627.     end
  628.     object Edit1: TEdit
  629.       Left = 408
  630.       Top = 5
  631.       Width = 185
  632.       Height = 25
  633.       TabOrder = 0
  634.     end
  635.   end
  636.   object MainMenu1: TMainMenu
  637.     Left = 528
  638.     Top = 360
  639.     object File1: TMenuItem
  640.       Caption = '&File'
  641.       ShortCut = 0
  642.       object New1: TMenuItem
  643.         Caption = '&New Solitaire Game'
  644.         ShortCut = 112
  645.         OnClick = ResetGame
  646.       end
  647.       object New2playergame1: TMenuItem
  648.         Caption = 'New 2-Player Game'
  649.         ShortCut = 113
  650.         OnClick = New2playergame1Click
  651.       end
  652.       object NewArcadeMahjonggGame1: TMenuItem
  653.         Caption = 'New Rivers Game'
  654.         ShortCut = 114
  655.         OnClick = NewArcadeMahjonggGame1Click
  656.       end
  657.       object Exit1: TMenuItem
  658.         Caption = 'E&xit'
  659.         ShortCut = 16451
  660.         OnClick = Exit1Click
  661.       end
  662.     end
  663.     object Play1: TMenuItem
  664.       Caption = '&Play'
  665.       ShortCut = 0
  666.       object Undo1: TMenuItem
  667.         Caption = '&Undo'
  668.         ShortCut = 16474
  669.         OnClick = Back
  670.       end
  671.       object GiveHint: TMenuItem
  672.         Caption = 'Hint'
  673.         ShortCut = 16456
  674.         OnClick = Hint
  675.       end
  676.       object N5: TMenuItem
  677.         Caption = '-'
  678.         ShortCut = 0
  679.       end
  680.       object Shuffle1: TMenuItem
  681.         Caption = 'Shuffle'
  682.         ShortCut = 16467
  683.         OnClick = Shuffle1Click
  684.       end
  685.       object Restart1: TMenuItem
  686.         Caption = 'Restart'
  687.         ShortCut = 16466
  688.         OnClick = Restart
  689.       end
  690.       object Stoppe: TMenuItem
  691.         Caption = '&Stop'
  692.         ShortCut = 16472
  693.         OnClick = Stop
  694.       end
  695.       object Pause1: TMenuItem
  696.         Caption = '&Pause'
  697.         ShortCut = 16464
  698.         OnClick = PauseClick
  699.       end
  700.     end
  701.     object Options1: TMenuItem
  702.       Caption = 'Options'
  703.       ShortCut = 0
  704.       object Config: TMenuItem
  705.         Caption = '&Configuration'
  706.         ShortCut = 0
  707.         object EnableHall: TMenuItem
  708.           Caption = 'Enable time tracking for the Hall of fame'
  709.           ShortCut = 0
  710.           OnClick = EnableHallClick
  711.         end
  712.         object WarnMe: TMenuItem
  713.           Caption = 'Start new game when changing layout'
  714.           ShortCut = 0
  715.           OnClick = WarnMeClick
  716.         end
  717.         object StartMusic: TMenuItem
  718.           Caption = 'Run music automatically at startup'
  719.           ShortCut = 0
  720.           OnClick = StartMusicClick
  721.         end
  722.         object Res800: TMenuItem
  723.           Caption = 'Switch to 800x600 at startup'
  724.           ShortCut = 0
  725.           OnClick = Res800Click
  726.         end
  727.         object StartupGame: TMenuItem
  728.           Caption = 'Begin new game at startup'
  729.           ShortCut = 0
  730.           OnClick = StartupGameClick
  731.         end
  732.         object Playmusic1: TMenuItem
  733.           Caption = 'Play music'
  734.           ShortCut = 0
  735.           OnClick = Playmusic1Click
  736.         end
  737.       end
  738.       object HightlightMode1: TMenuItem
  739.         Caption = '&Highlight'
  740.         ShortCut = 0
  741.         object Highlight1: TMenuItem
  742.           Caption = 'None'
  743.           ShortCut = 0
  744.           OnClick = Highlight1Click
  745.         end
  746.         object Highlight2: TMenuItem
  747.           Caption = 'Rectangle'
  748.           ShortCut = 0
  749.           OnClick = Highlight2Click
  750.         end
  751.         object Highlight3: TMenuItem
  752.           Caption = 'Color'
  753.           ShortCut = 0
  754.           OnClick = Highlight3Click
  755.         end
  756.       end
  757.       object Keyboardtype1: TMenuItem
  758.         Caption = 'Keyboard type'
  759.         ShortCut = 0
  760.         object Qwerty: TMenuItem
  761.           Caption = 'Qwerty (US)'
  762.           ShortCut = 0
  763.           OnClick = QwertyClick
  764.         end
  765.         object Azerty: TMenuItem
  766.           Caption = 'Azerty (France)'
  767.           ShortCut = 0
  768.           OnClick = AzertyClick
  769.         end
  770.       end
  771.       object Changeplayername1: TMenuItem
  772.         Caption = 'Player Name'
  773.         ShortCut = 0
  774.         OnClick = ConfigClick
  775.       end
  776.       object CoolMouse: TMenuItem
  777.         Caption = 'Cool Mouse'
  778.         ShortCut = 0
  779.         OnClick = CoolMouseClick
  780.       end
  781.       object ShowTime: TMenuItem
  782.         Caption = 'Show Time Left'
  783.         ShortCut = 0
  784.         OnClick = ShowTimeClick
  785.       end
  786.       object Moves: TMenuItem
  787.         Caption = 'Show &Moves Left'
  788.         Checked = True
  789.         ShortCut = 16461
  790.         OnClick = NStatus
  791.       end
  792.       object ShowHallFame: TMenuItem
  793.         Caption = 'Show Hall of fame'
  794.         ShortCut = 16454
  795.         OnClick = ShowHallPanel
  796.       end
  797.       object Toolbar1: TMenuItem
  798.         Caption = 'Show &Toolbar'
  799.         Checked = True
  800.         ShortCut = 16468
  801.         OnClick = Toolbar1Click
  802.       end
  803.     end
  804.     object Background1: TMenuItem
  805.       Caption = '&Background'
  806.       ShortCut = 0
  807.       object LoadBackground: TMenuItem
  808.         Caption = 'Load from disk'
  809.         ShortCut = 0
  810.         OnClick = LoadBackgroundClick
  811.       end
  812.       object N4: TMenuItem
  813.         Caption = '-'
  814.         ShortCut = 0
  815.       end
  816.       object None1: TMenuItem
  817.         Caption = 'None'
  818.         ShortCut = 0
  819.         OnClick = None1Click
  820.       end
  821.       object Kanji1: TMenuItem
  822.         Caption = '&Kanji (classic)'
  823.         ShortCut = 0
  824.         OnClick = Kanji1Click
  825.       end
  826.       object Dragons1: TMenuItem
  827.         Caption = '&Dragons'
  828.         Checked = True
  829.         ShortCut = 0
  830.         OnClick = Dragons1Click
  831.       end
  832.     end
  833.     object Tileset1: TMenuItem
  834.       Caption = 'Tileset'
  835.       ShortCut = 0
  836.       object Load1: TMenuItem
  837.         Caption = 'Load from disk'
  838.         ShortCut = 0
  839.         OnClick = Load1Click
  840.       end
  841.       object N1: TMenuItem
  842.         Caption = '-'
  843.         ShortCut = 0
  844.       end
  845.       object MahJongg1: TMenuItem
  846.         Caption = 'Mahjongg (clear)'
  847.         ShortCut = 0
  848.         OnClick = MahJongg1Click
  849.       end
  850.       object MahJongg2: TMenuItem
  851.         Caption = 'Mahjongg (darker)'
  852.         ShortCut = 0
  853.         OnClick = MahJongg2Click
  854.       end
  855.     end
  856.     object Theme: TMenuItem
  857.       Caption = 'Theme'
  858.       ShortCut = 0
  859.       object LoadTheme: TMenuItem
  860.         Caption = 'New Theme'
  861.         ShortCut = 0
  862.         OnClick = LoadThemeClick
  863.       end
  864.       object UseTheme: TMenuItem
  865.         Caption = 'Use Theme'
  866.         ShortCut = 0
  867.         OnClick = UseThemeClick
  868.       end
  869.     end
  870.     object Layout1: TMenuItem
  871.       Caption = '&Layout'
  872.       ShortCut = 0
  873.       object Loadlayout: TMenuItem
  874.         Caption = 'External layout'
  875.         ShortCut = 0
  876.         OnClick = LoadlayoutClick
  877.       end
  878.       object Editlayout1: TMenuItem
  879.         Caption = 'Edit layout'
  880.         ShortCut = 0
  881.         OnClick = Editlayout1Click
  882.       end
  883.       object N2: TMenuItem
  884.         Caption = '-'
  885.         ShortCut = 0
  886.       end
  887.       object Theater1: TMenuItem
  888.         Caption = 'Arena (Very easy)'
  889.         ShortCut = 0
  890.         OnClick = SelectTheater
  891.       end
  892.       object Traditional1: TMenuItem
  893.         Caption = 'Traditional (Normal)'
  894.         Checked = True
  895.         ShortCut = 0
  896.         OnClick = SelectTraditional
  897.       end
  898.       object BigHole1: TMenuItem
  899.         Caption = 'Deep Well (Hard)'
  900.         ShortCut = 0
  901.         OnClick = SelectBlock
  902.       end
  903.       object Beatle1: TMenuItem
  904.         Caption = 'Beatle (Nightmare !)'
  905.         ShortCut = 0
  906.         OnClick = SelectBeatle
  907.       end
  908.     end
  909.     object Music2: TMenuItem
  910.       Caption = 'M&usic'
  911.       ShortCut = 0
  912.       object FerralMus: TMenuItem
  913.         Caption = 'Ferral'
  914.         Checked = True
  915.         ShortCut = 0
  916.         OnClick = FerralMusClick
  917.       end
  918.       object GokurakuMus: TMenuItem
  919.         Caption = 'Gokuraku'
  920.         ShortCut = 0
  921.         OnClick = GokurakuMusClick
  922.       end
  923.       object KyodaiMus: TMenuItem
  924.         Caption = 'Kyodai'
  925.         ShortCut = 0
  926.         OnClick = KyodaiMusClick
  927.       end
  928.       object GisorsMus: TMenuItem
  929.         Caption = 'Gisors'
  930.         ShortCut = 0
  931.         OnClick = GisorsMusClick
  932.       end
  933.     end
  934.     object Help1: TMenuItem
  935.       Caption = '&Help'
  936.       ShortCut = 0
  937.       object Contents1: TMenuItem
  938.         Caption = '&Contents'
  939.         ShortCut = 0
  940.         OnClick = HelpClick
  941.       end
  942.       object Register1: TMenuItem
  943.         Caption = 'Register'
  944.         ShortCut = 0
  945.         OnClick = Register1Click
  946.       end
  947.       object N3: TMenuItem
  948.         Caption = '-'
  949.         ShortCut = 0
  950.       end
  951.       object Halloffame1: TMenuItem
  952.         Caption = 'Hall of fame'
  953.         ShortCut = 0
  954.         OnClick = ShowScores
  955.       end
  956.       object About1: TMenuItem
  957.         Caption = '&About...'
  958.         ShortCut = 16449
  959.         OnClick = About1Click
  960.       end
  961.     end
  962.   end
  963.   object MSOfficeCaption1: TMSOfficeCaption
  964.     AppNameText.FontKind = fkSystemB
  965.     AppNameText.Visible = True
  966.     CaptionText.FontKind = fkSystem
  967.     CaptionText.Visible = True
  968.     CompanyText.Caption = 'Kyodai 3.01'
  969.     CompanyText.ColorActive = clInfoBk
  970.     CompanyText.Font.Color = clBlack
  971.     CompanyText.Font.Height = -13
  972.     CompanyText.Font.Name = 'Arial'
  973.     CompanyText.Font.Style = [fsBold, fsItalic]
  974.     CompanyText.FontKind = fkCustom
  975.     CompanyText.Visible = True
  976.     Color = clMaroon
  977.     Enabled = geAlways
  978.     Left = 528
  979.     Top = 392
  980.   end
  981.   object Timer: TTimer
  982.     Interval = 10
  983.     OnTimer = Temps
  984.     Left = 560
  985.     Top = 392
  986.   end
  987.   object OpenDialog: TOpenDialog
  988.     FileEditStyle = fsEdit
  989.     Left = 496
  990.     Top = 360
  991.   end
  992.   object EditorMenu: TMainMenu
  993.     Left = 464
  994.     Top = 360
  995.     object Editor1: TMenuItem
  996.       Caption = 'Exit'
  997.       ShortCut = 0
  998.       object Saveandexit: TMenuItem
  999.         Caption = 'Save'
  1000.         ShortCut = 0
  1001.         OnClick = SaveandexitClick
  1002.       end
  1003.       object Saveasandexit: TMenuItem
  1004.         Caption = 'Save as...'
  1005.         ShortCut = 0
  1006.         OnClick = SaveandexitClick
  1007.       end
  1008.       object Cancel1: TMenuItem
  1009.         Caption = 'Don'#39't save'
  1010.         ShortCut = 0
  1011.         OnClick = SaveandexitClick
  1012.       end
  1013.     end
  1014.   end
  1015. end
  1016.